libxl: move device specific functions out of libxl.c
authorJuergen Gross <jgross@suse.com>
Wed, 8 Feb 2017 16:09:30 +0000 (17:09 +0100)
committerWei Liu <wei.liu2@citrix.com>
Mon, 13 Feb 2017 10:59:19 +0000 (10:59 +0000)
commit0529961c579df44b08e3267ade2d4991da1ba5a2
tree33e4ef58a42e17c476a69d752fb8035fa337c628
parentc8cbddd8d62cee152c9d45e16995453551017802
libxl: move device specific functions out of libxl.c

Move the few generic device specific functions left in libxl.c to
libxl_device.c.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl_device.c